home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database Designers / Rational Rose 2000 / Rational Setup.EXE / common / aduserdata.dll / string.txt next >
Encoding:
Text File  |  2000-03-22  |  11.2 KB  |  117 lines

  1. 14001    The changes must be committed or reverted before cleanup is permitted.
  2. 14002    Invalid function for this class: %class%::BindValueAsParam(PdStatement *, LONG)
  3. 14003    Unexpected multiple matches for %what% id %ID%.
  4. 14004    No match for %what% id %ID%.
  5. 14005    The reference field %field% of entity %id% is NULL.
  6. 14006    Unable to read the global metadata table.
  7. 14007    Unable to get the next unique id due to contention for the global metadata table. Retried %times% times.
  8. 14008    Cannot apply the requested changes to the %entitydef% "%entity%".  The record probably has been updated or deleted by another user while you were working on it.\n(Details: ID = %ent_id%, rows = %num_rows%, old version = %old_version%, object version = %ent_version%, new version = %new_version%)
  9. 14009    Empty or null key returned from GetNextAssoc at position prior to position=%position%.\nLocation: %failure_location%
  10. 14010    NULL entity returned from GetNextAssoc with key=%key%\nLocation: %failure_location%
  11. 14011    NULL queryDef returned from GetNextAssoc with key=%key%.\nLocation: %failure_location%
  12. 14012    Cannot update entity %entity% because the action %oldaction% is already in progress.
  13. 14013    The actionDef %name% is of type %type%, but must be one of these types: AD_MODIFY or AD_CHANGE_STATE.
  14. 14014    Invalid date/time value: "%datetime%"
  15. 14015    This operation is permitted only when the entity is in an editable state (that is, when an AdActionDef of the appropriate type is being applied).
  16. 14016    Mismatched entityDefs while setting the value of the reference field %field_name%:\nvalue being set = %new_val%\nentity id corresponding to %new_val% = %entity_id%\nAdEntityDef corresponding to %entity_id% = %entity_entitydef%\nAdEntityDef expected for this field = %field_entitydef%
  17. 14017    The date/time is not in a valid format.
  18. 14018    No legal choices were found for field %field%.  This field's values must come from a choice list.
  19. 14019    got AdUserdata resource
  20. 14020    The function %api% is only valid for %needtype% fields.  It was incorrecltly used on  a %istype% field.
  21. 14021    Attempting to cleanup entity %entname% because there are no references to it any longer, but the action %actname% is still in progress.
  22. 14022    Permission denied for user %user% to perform action %action% (of type %actiontype%)
  23. 14023    The field %fieldname% is %requiredness%
  24. 14024    The choice list for a field can only be determined while an editing action is occurring on the entity.  No such action is active.
  25. 14025    The field "%fieldname%" does not currently contain a valid date/time value.
  26. 14026    This field cannot be modified by the user.
  27. 14027    The state field "%fieldname%" does not have a value.  This is probably an internal error.
  28. 14029    The statefield parameter can't be NULL for history update in change state action.
  29. 14030    No history will be recorded for this modification. Insert history FAILED.
  30. 14031    No history will be recorded for this modification. Update history.expired_timestamp field FAILED.
  31. 14032    Number of unique value string array members do not match that of entitydef. Can't format display name.
  32. 14033    The string "%newval%" is invalid because it contains %actlen% letters, but the most letters permitted for this field is %maxlen% letters.
  33. 14034    This operation cannot proceed because the Link Manager is in a read-only state.  An action must be initiated in order to permit this operation.
  34. 14035    The Link Manager cannot have an action initiated for it because there is already an action pending.
  35. 14036    The changes to entity links cannot be committed because they have not yet been validated.
  36. 14037    There is already a link of type "%linktype%" between the two entities %parent% and %child%.
  37. 14038    Linking operations are permitted only between entities of type REQ_ENTITY.
  38. 14039    It is not permitted to create a link between an entity and itself.
  39. 14040    The actionDef %name% is of type %type%, but must be of type  %need%.
  40. 14041    Internal error: The entity %entity% is marked as a duplicate but there is no corresponding link in the links table.
  41. 14042    Internal error: The entity %entity% has links indicate it is a duplicate of %count% other entities, but it is only permitted to be a duplicate of one.
  42. 14043    The entity %this_ent% is already marked as a duplicate of the entity %dup_ent%.
  43. 14044    Cannot get ID of entity this is a duplicate of because this entity is not a duplicate of any other.
  44. 14045    Attachment file doesn't exist: "%filename%".
  45. 14046    Invalid attachment internal dbid: "%dbid%".
  46. 14047    Failed to insert attachment file %filename% into database.
  47. 14048    Failed to delete attachment file from database; internal id %dbid%.
  48. 14049    Failed to delete attachment list from database; internal id %dbid%.
  49. 14050    Failed to update attachment description; internal id %dbid%.
  50. 14051    This entity cannot have actions applied to it because it is the result of reverting a submit action.  The only legal operation on this entity is to discard the pointer to it.
  51. 14052    The action %act% applies only to entities of type %act_edef%.  The current operation is attempting to apply it to an entity of type %ent_edef% (the entity is '%ent%').
  52. 14053    The action %act% cannot be applied, at present, to the entity "%ent%" (of type "%edef%").  Most likely the entity is in the wrong state for the action to occur.
  53. 14054    Unsuccessful upload of attachment from database.  The size of the attachment was expected to be %expected_size%, but the upload reported a size of %got_size%.  The attachment's name was "%name_in_db%" (id=%id_in_db%); the destination file was "%dest_file%".
  54. 14055    These fields have invalid values:\n%fieldlist%
  55. 14056    The entity's Validation Hook failed, the error message is:\n%hookmsg%
  56. 14057    The field "%field%" cannot be modified because the %entitydef% "%entity%" is currently read-only.
  57. 14058    The field "%field%" cannot be modified because the action upon the %entitydef% "%entity%" has already completed.
  58. 14059    The %entitydef% "%entity%" does not have a field named "%field%".
  59. 14060    The field "%field%" cannot be modified because it does not belong to the %entitydef% "%entity%".  It actually belongs to the %fields_entitydef% "%fields_entity%".
  60. 14061    The field "%field%" cannot be modified because it is currently read-only.
  61. 14062    The field "%field%" is mandatory; a value must be specified.
  62. 14063    The field "%field%" got a failure from its Validation Hook.  The error message is:\n%hookmsg%
  63. 14064    Validation failed because parent/child links are invalid.  The LinkManager reported this error:\n%linkmsg%
  64. 14065    The value "%badval%" cannot be interpreted as an integer:\n%problem%
  65. 14066    The field "%field%" has values not permitted by its choice list:\n%items%
  66. 14067    The field "%field%", of type %type%, has a list of %numvals% elements for its current value, but it is a scalar field type and so may have only a single value.
  67. 14068    The field "%field%" includes at least once empty value among its values.  This is prohibited.
  68. 14069    The field "%field%" has the value "%display_name%", but this does not identify an existing %edef_name%
  69. 14070    The field "%field%" has multiple entries which do not identify existing entities of type %edef_name%:\n%display_name%
  70. 14071    There is no value available for the field %field%.
  71. 14072    This value is not a properly formatted attachment description:\n%display_name%
  72. 14073    This attachment description does not include the filename:\n%display_name%
  73. 14074    This pathname only includes directory segments, it must include a filename as well: %name%
  74. 14075    The filename %basename% is longer than the limit of %limit% characters.  The fullpath was %name%.
  75. 14076    The attachment description for file %filename% should have a database ID included, but it doesn't.
  76. 14077    The attachment description for file %filename% has "%dbid%" for its database ID, but this is not a valid database ID:\n%problem%
  77. 14078    The attachment description for file %filename% has "%size%" for its size, but this is not a valid size:\n%problem%
  78. 14079    %filename% does not exist.
  79. 14080    %filename% is a directory, but it must be a plain file.
  80. 14081    The filename %name% has a description which is longer than the limit of %limit% characters.  The description was:\n%description%.
  81. 14082    Execution of a hook failed during the action %action%.  It was the %hooktype% hook of the field %field%, attached to the %entitydef% "%entity%".  The reason for the failure was:\n%failure%
  82. 14083    Execution of a hook failed during the action %action%.  It was the %hooktype% hook attached to the %entitydef% "%entity%".  The reason for the failure was:\n%failure%
  83. 14084    A failure was reported after the changes were committed to the database, most likely due to a failure during execution of a notification hook.  The failure is being ignored.  The failure was:\n%msg%
  84. 14085    A failure was reported after the changes were committed to the database, most likely due to a failure during execution of a notification hook.  The failure is being ignored.  The system did not report any detail about the failure.
  85. 14086    %action% failed due to duplicate data. This would cause duplicate entries in the database. Make sure fields:\n   %fieldnames%\ncontain unique values and try again.\n\nDetailed error message:\n%fullmsg%
  86. 14087    The field "%field%" participates in the unique key for this kind of entity, so it must have a value.
  87. 14088    Circular duplicate link detected. Record %parent_ent% is a direct or indirect duplicate of %child_ent%. View duplicate information on %parent_ent% for more details.
  88. 14089    There is already a %edef% named %name%. This would cause duplicate entries in the database.  Make sure fields:\n   %fieldnames%\ncontain unique values.
  89. 14090    The entity's Named Hook "%hookname%" failed, the error message is:\n%hookmsg%
  90. 14091    The %entitydef% %entity% has already been deleted.
  91. 14092    The %entitydef% %entity% is being referenced by the following items:\n%list%\nYou must remove these references before you can delete this %entitydef%.
  92. 14093    Another user has just now added references to this item.\n%msg%
  93. 14094    %entitydef% %entity% does not exist or has already been deleted.
  94. 14095    Unexpected failure in trying to delete %entitydef% %entity%.
  95. 14096    %msg%
  96. 14100    %fielddef%_DefaultValue
  97. 14101    %fielddef%_Permission
  98. 14102    %fielddef%_ChoiceList
  99. 14103    %fielddef%_ValueChanged
  100. 14104    %fielddef%_Validation
  101. 14105    %entdef%_AccessControl
  102. 14106    %entdef%_Initialization
  103. 14107    %entdef%_Validation
  104. 14108    %entdef%_Commit
  105. 14109    %entdef%_Notification
  106. 14110    %entdef%_%hookname%
  107. 14120    Execute perl hook script failed, no detail information available. 
  108. 14121    No detail error information available. 
  109. 14122    The field "%field%" has the value "%display_name%", but this %edef_name% is marked as inactive in this database.
  110. 14123    The field "%field%" has multiple %edef_name% entries that are marked as inactive in this database:\n%display_name%
  111. 14124    Public Queries
  112. 14125    Personal Queries
  113. 14126    Internal error: the current values of this field are out of sync with the cached map of values and database ids.\nCurrent values:\n%values%\nCached items:\n%idcache%
  114. 14127    Internal error: the saved original values of this field are out of sync with the cached map of orignal values to database ids.\nCurrent values:\n%values%\nCached items:\n%idcache%
  115. 14128    Action aborted from customization script.
  116. 14129    The name, %bad_name% is invalid. It must not contain any slashes.
  117.